reftests: Fix Makefile
authorBenjamin Otte <otte@redhat.com>
Wed, 27 Aug 2014 15:51:09 +0000 (17:51 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 27 Aug 2014 16:02:52 +0000 (18:02 +0200)
commit21d3701291821f750d1c2304f6d87c8f9de32142
treedd8cb78a4730bc54cbd429a3487c9ecf8f215eeb
parent4a6ecf33fccdd05084701115cb0b067b6a725ef9
reftests: Fix Makefile

with non-installed tests the build would get an empty $(reftestdir)
which would screw up the LDFLAGS.

An rpath seems to be required to make libtool build a shared object.
Without an rpath line, it only builds a static object.

https://bugzilla.gnome.org/show_bug.cgi?id=735401
testsuite/reftests/Makefile.am